Ninja Database Pro
GetPrimaryKeys Method (SterlingCompositeIndex<T>)



KellermanSoftware.NinjaDatabasePro Namespace > SterlingCompositeIndex<T> Class : GetPrimaryKeys Method
Get all the primary keys associated with this index in ascending order
Syntax
Public Overrides Function GetPrimaryKeys( _
   ByVal indexValue As Object _
) As List(Of Long)
Dim instance As SterlingCompositeIndex(Of T)
Dim indexValue As Object
Dim value As List(Of Long)
 
value = instance.GetPrimaryKeys(indexValue)
public override List<long> GetPrimaryKeys( 
   object indexValue
)
public:
List<int64>^ GetPrimaryKeys( 
   Object^ indexValue
) override 

Parameters

indexValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SterlingCompositeIndex<T> Class
SterlingCompositeIndex<T> Members